home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / backends / aqofxconnect / dialogs / dlg_getinst.dlg < prev    next >
Extensible Markup Language  |  2014-12-19  |  2KB  |  42 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="oh_getinst" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.   <widget type="vlayout" flags="fillX fillY" >
  17.     <widget type="label" name="infoLabel" flags="fillX justifyLeft" />
  18.  
  19.     <widget type="gridLayout" columns="2" flags="fillX" >
  20.  
  21.       <widget type="label" text="Bank Name" />
  22.       <widget type="lineEdit" name="nameEdit"     columns="40" flags="" />
  23.  
  24.     </widget>
  25.  
  26.     <widget type="groupBox" text="Matching Banks" flags="fillX fillY" >
  27.       <widget type="listBox" name="listBox" columns="5" flags="fillX fillY" />
  28.     </widget>
  29.  
  30.     <!-- wizard controls -->
  31.     <widget type="hLine" flags="fillX" />
  32.     <widget type="hlayout" flags="fillX equalWidth" >
  33.       <widget type="pushButton" text="Help"     name="wiz_help_button" />
  34.       <widget type="hspacer" flags="fillX" />
  35.       <widget type="pushButton" text="Ok"     name="okButton" flags="default" />
  36.       <widget type="pushButton" text="Abort"  name="abortButton" />
  37.     </widget>
  38.  
  39.   </widget>
  40.  
  41. </dialog>
  42.